home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza 7 / Shareware Extravaganza 8 (Most Significant Bits) (Disc 7).iso / win95b / netpopu2.zip / NETPOPUP.DOC < prev    next >
Text File  |  1996-03-27  |  3KB  |  100 lines

  1.  
  2.             - NetPopup -
  3.             version 2.0
  4.  
  5.         for
  6.  
  7.     Windows95 / WindowsNT
  8.  
  9.   32-bit winsock Utility for sending 
  10.    notes over internet in realtime
  11.  
  12. ---------------------------------------
  13.           (c) 1996 by JAMsoft
  14.         http://sik.ppoy.fi/~malo
  15.  
  16.             malo@sik.ppoy.fi
  17.           Juha.Saarinen@netti.fi
  18. ---------------------------------------
  19.  
  20.  
  21.  
  22. 1. What is Netpopup?
  23.  
  24.     It's a simple client/server -program for winsock which
  25.     allows you to send short notes over internet in realtime.
  26.     It works just like winpopup on local network.
  27.  
  28.  
  29. 2. Why use Netpopup?
  30.  
  31.     Because writing E-mail is sometimes little slow and 'massive'
  32.     way to send short notes.
  33.  
  34.  
  35. 3. How NetPopup works?
  36.  
  37.     NetPopup has two sockets. Serversocket for listening and
  38.     clientsocket for sending.
  39.     Notes are sent in sockets own thread so you can send 
  40.     another message while previous is still on the way.
  41.  
  42.     NetPopup uses TCP-port 7777 by default but it can be changed
  43.     via File | setup to whatever is suitable for You. 
  44.  
  45.  
  46. 4. Installing NetPopup.
  47.  
  48.     There's no installing program. Just create subdirectory and copy
  49.     NetPopup in it. 
  50.  
  51.     First time usage will create some default registry -keys , that's
  52.     all for installation. 
  53.     After that You just customize Your name and other things from
  54.     file | setup.
  55.  
  56.  
  57. 5. Using NetPopup.    
  58.  
  59.     * Press NEW MESSAGE -button on toolbar (or use menu)
  60.     * Write the message
  61.     * Write the destination name or IP-number to combo-box or select one from list
  62.     * Press SEND -button on toolbar (or use menu)
  63.  
  64.     The message is sent immediately. 
  65.  
  66.     NetPopup uses simple verifying technique to check transmission.
  67.     Server -side of NetPopup replies the number of bytes it received
  68.     and client -side verifies that bytes received were same as bytes 
  69.     sent.
  70.  
  71.     When You receive message with NetPopup You can use REPLY -button and
  72.     senders address is automatically copied to host-name.
  73.  
  74.  
  75.  
  76. This version of NetPopup is shareware. You can use it for period of 30 days.
  77. if You like NetPopup and You are using after trial period, please register.
  78. See registration info from register.txt -file or from help.
  79.  
  80.  
  81. Thank You, 
  82. JamSoft
  83. Team NetPopup
  84.  
  85.  
  86. ---------------------------------------------------------------------
  87. NetPopup 2.0
  88. Copyright (c) 1996 JAMSoft
  89. All Rights reserved
  90.  
  91. THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY
  92. OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  93. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  94. PURPOSE. IN NO EVENT SHALL JAMSOFT BE LIABLE FOR ANY DAMAGES
  95. WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS
  96. OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JAMSOFT HAS BEEN
  97. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  98. ---------------------------------------------------------------------
  99.  
  100.